home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iagrd.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAGRID_H = 1;
- include("real/intact/r3iarect.js")
-
-
- var R3CLID_IAGRID = 58;
-
-
-
-
- R3IAGRIDA_GridName = 58500;
- function SetR3IAGRIDA_GridName(value) {
- R3Set(this.r3obj, R3IAGRIDA_GridName, value, R3TID_STRING, 0);
- }
-
- function GetR3IAGRIDA_GridName() {
- return R3Get(this.r3obj, R3IAGRIDA_GridName, R3TID_STRING, 0);
- }
-
-
-
- function r3Iagrid () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAGRID, arguments);
- }
- // Attributes
- this.GetGridName=GetR3IAGRIDA_GridName;
- this.SetGridName=SetR3IAGRIDA_GridName;
- }
-
- r3Iagrid.prototype=new r3Iarectangle;
- // r3iagrd.h_H